ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / Save Method / Save(String) Method
Name of the file.

In This Topic
    Save(String) Method
    In This Topic
    Saves document to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String _
    ) 
    public void Save( 
       string fileName
    )

    Parameters

    fileName
    Name of the file.
    See Also